type github.com/jackc/pgx/v5/pgconn.errTimeout
8 uses
github.com/jackc/pgx/v5/pgconn (current package)
errors.go#L25: var timeoutErr *errTimeout
errors.go#L145: return &errTimeout{err: ctx.Err()}
errors.go#L147: return &errTimeout{err: netErr}
errors.go#L179: type errTimeout struct {
errors.go#L183: func (e *errTimeout) Error() string {
errors.go#L187: func (e *errTimeout) SafeToRetry() bool {
errors.go#L191: func (e *errTimeout) Unwrap() error {
errors.go#L213: return &errTimeout{&contextAlreadyDoneError{err: ctx.Err()}}
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)